body {
  background-color: #202124;
}
.logo-searchbar {
  margin-top: 225px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.logo {
  display: block;
  height: 92px;
  width: 272px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 26px;
}
.searchbar {
  color: #e7eaed;
  display: block;
  width: 560px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #bdc1c5;
  border-radius: 40px;
  margin-left: 125px;
  margin-right: 125px;
  font-family: arial, sans-serif;
  background-color: #202124;
}
.buttons {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 29px;
  font-size: medium;
}
.google-search {
  color: #e7eaed;
  border: none;
  border-radius: 5px;
  background-color: #303134;
  line-height: 34px;
  width: fit-content;
  padding-left: 16px;
  padding-right: 16px;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 400;
}
.feeling-lucky {
  color: #e7eaed;
  border: none;
  border-radius: 5px;
  background-color: #303134;
  line-height: 34px;
  width: fit-content;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 400;
  padding-right: 16px;
}
.footer {
  display: flex;
  color: #e7eaed;
  justify-items: center;
  position: fixed;
  font-size: 14px;
  font-weight: 400;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
.foot_text {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-align: center;
}
